Exemplo n.º 1
0
 internal static int CreateRemoteObject(string strClassName)
 {
     return(SManager.CreateObjectByName(strClassName));
 }
Exemplo n.º 2
0
 internal static object GetAttributeValue(int handle, string strAttributeName)
 {
     return(SManager.GetAttributeValue(handle, strAttributeName));
 }
Exemplo n.º 3
0
 internal static void SetAttributeValue(int handle, string strAttributeName, object value)
 {
     SManager.SetAttributeValue(handle, strAttributeName, value);
 }
Exemplo n.º 4
0
 public SObject()
 {
     SManager.Register(this);
 }