This documentation is archived and is not being maintained.
Platform Enumeration
Visual Studio 2010
Specifies the bits-per-word of the process in which an out-of-process add-in is run.
Assembly: System.AddIn (in System.AddIn.dll)
| Member name | Description | |
|---|---|---|
| Host | The add-in is loaded into an external process with the same bits-per-word as the host process. | |
| AnyCpu | The add-in is loaded into an external process with the same bits-per-word as the operating system. | |
| X86 | The add-in is loaded into a 32-bit external process. | |
| X64 | The add-in is loaded into a 64-bit external process. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: