InternalST Classe
Definição
Registra em log mensagens de rastreamento quando a infraestrutura de serialização do .NET Framework é compilada.Logs tracing messages when the .NET Framework serialization infrastructure is compiled.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
- Herança
-
InternalST
- Atributos
Comentários
A mensagem de rastreamento é impressa durante a serialização, a comunicação remota e a execução da ferramenta Soapsuds (Soapsuds.exe).The trace message is printed during, serialization, remoting and when running Soapsuds Tool (Soapsuds.exe).
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| InfoSoap(Object[]) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Imprime mensagens de rastreamento SOAP.Prints SOAP trace messages. |
| LoadAssemblyFromString(String) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Carrega um assembly especificado para depuração.Loads a specified assembly to debug. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| SerializationSetValue(FieldInfo, Object, Object) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Define o valor de um campo.Sets the value of a field. |
| Soap(Object[]) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Processa a matriz de mensagens especificada.Processes the specified array of messages. |
| SoapAssert(Boolean, String) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Declara a mensagem especificada.Asserts the specified message. |
| SoapCheckEnabled() |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Verifica se o rastreamento SOAP está habilitado.Checks if SOAP tracing is enabled. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |