C# Class Microsoft.CodeAnalysis.BinaryParsers.PortableExecutable.SafePointer

Afficher le fichier Open project: Microsoft/binskim Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetBytes ( int len ) : byte[]
GetHashCode ( ) : int
GetStream ( ) : Stream
HasData ( int cBytes ) : bool
SafePointer ( Stream stream ) : System
SafePointer ( byte byte_array ) : System
SafePointer ( byte byte_array, int index ) : System
Set ( byte b ) : void
ToString ( ) : string
operator ( ) : SafePointer
operator ( ) : bool
operator ( ) : int

Private Methods

Méthode Description
SafePointer ( byte byte_array, Stream stream, int index ) : System
TestPointerAndThrow ( ) : void

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetBytes() public méthode

public GetBytes ( int len ) : byte[]
len int
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetStream() public méthode

public GetStream ( ) : Stream
Résultat Stream

HasData() public méthode

public HasData ( int cBytes ) : bool
cBytes int
Résultat bool

SafePointer() public méthode

public SafePointer ( Stream stream ) : System
stream Stream
Résultat System

SafePointer() public méthode

public SafePointer ( byte byte_array ) : System
byte_array byte
Résultat System

SafePointer() public méthode

public SafePointer ( byte byte_array, int index ) : System
byte_array byte
index int
Résultat System

Set() public méthode

public Set ( byte b ) : void
b byte
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : SafePointer
Résultat SafePointer

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int