InternalST 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 InternalST sealed
public sealed class InternalST
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class InternalST
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public sealed class InternalST
type InternalST = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalST = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalST = class
Public NotInheritable Class InternalST
- Inheritance
-
InternalST
- Attributes
Remarks
The trace message is printed during, serialization, remoting and when running Soapsuds Tool (Soapsuds.exe).
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. |
LoadAssemblyFromString(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Loads a specified assembly to debug. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SerializationSetValue(FieldInfo, Object, Object) |
This API supports the product infrastructure and is not intended to be used directly from your code. Sets the value of a field. |
Soap(Object[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Processes the specified array of messages. |
SoapAssert(Boolean, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Asserts the specified message. |
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) |