Contact: aviboots(AT)netvision.net.il
40,886 questions
53,294 answers
573 users
Imports System Imports System.Runtime.InteropServices Public Class Program Public Shared Sub Main(ByVal args() As String) Dim INTEGER_SIZE As Integer = Marshal.SizeOf(GetType(Integer)) Console.WriteLine(INTEGER_SIZE) End Sub End Class ' run: ' ' 4 '