Masslet Send comments on this topic.
SizeOf Method
See Also 
Masslets Namespace > Converters Class : SizeOf Method




structure

Syntax

Visual Basic (Declaration) 
Public Shared Function SizeOf( _
   ByVal structure As Object _
) As Integer
Visual Basic (Usage)Copy Code
Dim structure As Object
Dim value As Integer
 
value = Converters.SizeOf(structure)
C# 
public static int SizeOf( 
   object structure
)
Managed Extensions for C++ 
public: static int SizeOf( 
   Object* structure
) 
C++/CLI 
public:
static int SizeOf( 
   Object^ structure
) 

Parameters

structure

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.