Пример #1
0
 public SObject()
 {
     Handle = SManager.Register(this);
 }
Пример #2
0
 internal static object GetAttributeOfObject(int handle, string sAttributeName)
 {
     return(SManager.GetAttributeOfObject(handle, sAttributeName));
 }
Пример #3
0
 internal static int CreateRemoteObject(string sClassName)
 {
     return(SManager.CreateObjectByClassName(sClassName));
 }
Пример #4
0
 public static void GetNotify(int handle, Post p)
 {
     SManager.GetNotify(handle, p);
 }
Пример #5
0
 internal static void SetAttributeOfObject(int handle, string sAttributeName, object value)
 {
     SManager.SetAttributeOfObject(handle, sAttributeName, value);
 }