Architecture Enumeration

Summary
Specifies the current processor architecture.
Syntax
C#
VB
C++
public enum Architecture 
Public Enum Architecture  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable 
public enum class Architecture : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0ThirtyTwoAssembly is running on a 32 bit processor architecture.
1SixtyFourAssembly is running on a 64 bit processor architecture.
2UnknownUnknown architecture.
Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.