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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly