ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Metoda

Definicja

Zwraca wartość true , jeśli region pasuje do małego formatu.

public:
 static bool IsSmallExceptionRegion(int startOffset, int length);
public static bool IsSmallExceptionRegion (int startOffset, int length);
static member IsSmallExceptionRegion : int * int -> bool
Public Shared Function IsSmallExceptionRegion (startOffset As Integer, length As Integer) As Boolean

Parametry

startOffset
Int32

Rozpocznij przesunięcie regionu.

length
Int32

Długość regionu.

Zwraca

Boolean

Dotyczy