3#include <system/object.h>
4#include <system/string.h>
5#include <system/reflection/member_info.h>
7namespace System {
namespace Reflection {
Provides reflection information on members. Objects of this class should only be allocated using Syst...
Definition: member_info.h:16
Represents information on class method.
Definition: method_info.h:11
MethodInfo(const String &name)
Initializes a new instance of the MethodInfo class.
virtual MemberTypes get_MemberType() const override
Gets a MemberTypes value indicating that this member is a method.
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
MemberTypes
Marks each type of member.
Definition: member_types.h:11
Definition: db_command.h:9