6 #ifndef ZDK_NET_BanafoProfile_h
7 #define ZDK_NET_BanafoProfile_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
13 using namespace System::Collections::Generic;
25 ZDK::IBanafoProfile* cppRef =
nullptr;
35 property System::String^ Role
37 System::String^ get();
44 property System::String^ Status
46 System::String^ get();
53 property System::String^ Name
55 System::String^ get();
62 property System::String^ Email
64 System::String^ get();
67 virtual long long Handle()
override;
69 virtual void Initialize()
override;
71 virtual void ReleaseReference()
override;