Método ICustomMarshaler.GetNativeDataSize ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Retorna o tamanho dos dados nativos cujo marshaling deve ser realizado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
int GetNativeDataSize()
int GetNativeDataSize()
abstract GetNativeDataSize : unit -> int
Function GetNativeDataSize As Integer
Valor Retornado
Type: System.Int32
O tamanho, em bytes, dos dados nativos.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface ICustomMarshaler
Namespace System.Runtime.InteropServices
Retornar ao início