C# 클래스 Microsoft.CodeAnalysis.BinaryParsers.PortableExecutable.SafePointer

파일 보기 프로젝트 열기: Microsoft/binskim 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SafePointer ( byte byte_array, Stream stream, int index ) : System
TestPointerAndThrow ( ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetBytes() 공개 메소드

public GetBytes ( int len ) : byte[]
len int
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetStream() 공개 메소드

public GetStream ( ) : Stream
리턴 Stream

HasData() 공개 메소드

public HasData ( int cBytes ) : bool
cBytes int
리턴 bool

SafePointer() 공개 메소드

public SafePointer ( Stream stream ) : System
stream Stream
리턴 System

SafePointer() 공개 메소드

public SafePointer ( byte byte_array ) : System
byte_array byte
리턴 System

SafePointer() 공개 메소드

public SafePointer ( byte byte_array, int index ) : System
byte_array byte
index int
리턴 System

Set() 공개 메소드

public Set ( byte b ) : void
b byte
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : SafePointer
리턴 SafePointer

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : int
리턴 int