Click or drag to resize

MetadataManagerMetadataGetMemberBySignature Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static MetadataMember MetadataGetMemberBySignature(
	Object obj,
	string signature,
	MetadataGetMembersContext context = null
)

Parameters

obj
Type: SystemObject
signature
Type: SystemString
context (Optional)
Type: NeoAxisMetadataGetMembersContext

Return Value

Type: MetadataMember
See Also