XPRMMemBlock Methods
The XPRMMemBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | 
      
       Allows an 
      Object to attempt to free resources and perform other cleanup operations before the 
      Object is reclaimed by garbage collection. 
       (Inherited from Object.) | 
   |
| GetHashCode | 
      
       Serves as a hash function for a particular type. 
       (Inherited from Object.) | 
   |
| GetType | 
      
       Gets the 
      Type of the current instance. 
       (Inherited from Object.) | 
   |
| MemberwiseClone | 
      
       Creates a shallow copy of the current 
      Object. 
       (Inherited from Object.) | 
   |
| Refresh | 
      
       This reinitialises the XPRMMemBlk object with the data in the memory block in Mosel. Any changes you have made since you last called Update() will be lost. You _must_ call Refresh() after a memory block has been modified by Mosel! 
       | 
   |
| ToString | 
      
       Return a string summarizing the state of this buffer. 
       (Overrides XPRMTypedObjectToString.) | 
   |
| Update | 
      
       This copies modified data from the XPRMMemBlk.Value in .NET back into the memory block in Mosel. You _must_ call Update() after you've finished modifying a memory block in .NET! 
       | 
   
