PowerSNMP for .NET CF
Integer Class
Members  See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace : Integer Class




A tagged type representing a signed 32-bit value.

Object Model

Integer Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Integer 
   Inherits Dart.Snmp.SimpleTaggedType
Visual Basic (Usage)Copy Code
Dim instance As Integer
C# 
public sealed class Integer : Dart.Snmp.SimpleTaggedType 
Managed Extensions for C++ 
public __gc __sealed class Integer : public Dart.Snmp.SimpleTaggedType 
C++/CLI 
public ref class Integer sealed : public Dart.Snmp.SimpleTaggedType 

Remarks

ASN.1 Integer Type. Int32, Universal and Primitive.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.Integer

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.