Share via


Pointer-Klasse

Stellt eine Wrapperklasse für Zeiger bereit.

Diese Klasse ist nicht CLS-kompatibel.  

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class Pointer
    Implements ISerializable
'Usage
Dim instance As Pointer
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[CLSCompliantAttribute(false)] 
public sealed class Pointer : ISerializable
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[CLSCompliantAttribute(false)] 
public ref class Pointer sealed : ISerializable
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute CLSCompliantAttribute(false) */ 
public final class Pointer implements ISerializable
SerializableAttribute 
ComVisibleAttribute(true) 
CLSCompliantAttribute(false) 
public final class Pointer implements ISerializable

Vererbungshierarchie

System.Object
  System.Reflection.Pointer

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

Pointer-Member
System.Reflection-Namespace