Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 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 '