LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Type Property
See Also 
Leadtools.Multimedia Namespace > Processor Class : Type Property



This property is updated with a value that represents the processor's type.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Type As ProcessorType
Visual Basic (Usage)Copy Code
Dim instance As Processor
Dim value As ProcessorType
 
value = instance.Type
C# 
public ProcessorType Type {get;}
C++/CLI 
public:
property ProcessorType Type {
   ProcessorType get();
}

Property Value

A ProcessorType enumeration value that represents the processor's type.

Remarks

This property is updated with a value that represents the processor's type.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also