[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Introspects the given class and returns event property descriptors for each property found
in the class itself, it's superclasses and all interfaces this class and the superclasses implements.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetProperties ( _ type As Type _ ) As IList(Of EventPropertyDescriptor) |
C# |
---|
public static IList<EventPropertyDescriptor> GetProperties ( Type type ) |
Visual C++ |
---|
public: static IList<EventPropertyDescriptor^>^ GetProperties ( Type^ type ) |
Parameters
- type
- System.Type
the Class to introspect