| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| objectType | Type | The Object Type. | ||
| includeProperties | Boolean | Optional | Indicates whether to include Properties. If omitted, a value of True is assumed. | |
| includeMethods | Boolean | Optional | Indicates whether to include Methods. If omitted, a value of True is assumed. | |
| onlyMethodsMarkedAsShowInBuilder | Boolean | Optional | Indicates whether to only include Methods that marked with the 'ISShowInBuilder' attribute. If omitted, a value of True is assumed. | |
| includeEvents | Boolean | Optional | Indicates whether to include Events. If omitted, a value of True is assumed. | |
| excludeCommonMembers | Boolean | Optional | Indicates whether to Exclude Common Members such as SyncRoot. If omitted, a value of True is assumed. | |
| excludeMembersWithObjectReturnTypes | Boolean | Optional | Indicates whether to Exclude Members with Object Return Types (apart from Dates and a few other common objects). If omitted, a value of True is assumed. | |
| excludeObsolete | Boolean | Optional | If omitted, a value of True is assumed. |
A ISReadOnlyList(Of Intersoft.ISObjectMember) value.