C# configuration architecture

Small snippet to return configuration architecture. (x86 or x64)

private static bool is64BitConfiguration() {
	return System.IntPtr.Size == 8;
}
Posted in Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *