Get a list of Object Members (properties, methods, events).

Syntax

ISObjectBrowser.GetObjectMemberDetails(objectType, [includeProperties], [includeMethods], [onlyMethodsMarkedAsShowInBuilder], [includeEvents], [excludeCommonMembers], [excludeMembersWithObjectReturnTypes], [excludeObsolete])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

ISReadOnlyList(Of ISObjectMemberDetails)

A ISReadOnlyList(Of Intersoft.ISObjectMember) value.

Member of:
ISObjectBrowser
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0