Пример #1
0
 internal static int CreateRemoteObject(string strClassName)
 {
     return(SManager.CreateObjectByName(strClassName));
 }
Пример #2
0
 internal static object GetAttributeValue(int handle, string strAttributeName)
 {
     return(SManager.GetAttributeValue(handle, strAttributeName));
 }
Пример #3
0
 internal static void SetAttributeValue(int handle, string strAttributeName, object value)
 {
     SManager.SetAttributeValue(handle, strAttributeName, value);
 }
Пример #4
0
 public SObject()
 {
     SManager.Register(this);
 }