ResolveComReference.TargetProcessorArchitecture Property

Definition

Gets or sets the name of the preferred target processor architecture, which is passed to the tlbimp.exe /machine flag after translation, for example x86, ia64, amd64 or msil.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ TargetProcessorArchitecture { System::String ^ get(); void set(System::String ^ value); };
public string TargetProcessorArchitecture { get; set; }
public string TargetProcessorArchitecture { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.TargetProcessorArchitecture : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TargetProcessorArchitecture : string with get, set
Public Property TargetProcessorArchitecture As String

Property Value

The name of the preferred target processor architecture.

Attributes

Applies to