Skip to content

Commit 31ff8f9

Browse files
authored
Update definitions.md
1 parent 20535b9 commit 31ff8f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/api/definitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Object describing a captured method and its parameters.
104104
| `typeName` | string | The method type name. |
105105
| `methodName` | string | The method name. |
106106
| `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`. |
107109

108110
## CapturedParameter
109111

0 commit comments

Comments
 (0)