public SObject() { Handle = SManager.Register(this); }
internal static object GetAttributeOfObject(int handle, string sAttributeName) { return(SManager.GetAttributeOfObject(handle, sAttributeName)); }
internal static int CreateRemoteObject(string sClassName) { return(SManager.CreateObjectByClassName(sClassName)); }
public static void GetNotify(int handle, Post p) { SManager.GetNotify(handle, p); }
internal static void SetAttributeOfObject(int handle, string sAttributeName, object value) { SManager.SetAttributeOfObject(handle, sAttributeName, value); }