You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/api/definitions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ Object describing a captured method and its parameters.
104
104
|`typeName`| string | The method type name. |
105
105
|`methodName`| string | The method name. |
106
106
|`parameters`|[CapturedParameter](#capturedparameter)[]| Array of captured parameters. |
107
+
|`methodToken`| int |(9.1+) TypeDef token for the method. |
108
+
|`moduleVersionId`| guid |(9.1+) Unique identifier used to distinguish between two versions of the same module. An empty value: `00000000-0000-0000-0000-000000000000`. |
0 commit comments