NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomainFlags.Processor

Used to get or set the processors that an assembly should support. In V1, this information is not used by the assembly binding services but is meant for informational use only.

[Visual Basic]
Public Shared ReadOnly Processor As String
[C#]
public static readonly string Processor;
[C++]
public: static readonly String* Processor;
[JScript]
public static var Processor : String;

Remarks

This member will be removed in a future release.

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace