InternalRM Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs tracing messages when the .NET Framework serialization infrastructure is compiled.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class InternalRM sealedpublic sealed class InternalRM[System.Runtime.InteropServices.ComVisible(true)]
public sealed class InternalRM[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public sealed class InternalRMtype InternalRM = class[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalRM = class[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalRM = classPublic NotInheritable Class InternalRM- Inheritance
- 
				InternalRM
- Attributes
Remarks
The trace message is printed during serialization, remoting, and when running Soapsuds Tool (Soapsuds.exe).
Constructors
| InternalRM() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the InternalRM class. | 
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object) | 
| GetHashCode() | Serves as the default hash function.(Inherited from Object) | 
| GetType() | Gets the Type of the current instance.(Inherited from Object) | 
| InfoSoap(Object[]) | This API supports the product infrastructure and is not intended to be used directly from your code. Prints SOAP trace messages. | 
| MemberwiseClone() | Creates a shallow copy of the current Object.(Inherited from Object) | 
| SoapCheckEnabled() | This API supports the product infrastructure and is not intended to be used directly from your code. Checks if SOAP tracing is enabled. | 
| ToString() | Returns a string that represents the current object.(Inherited from Object) |