ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Methode

Definition

Gibt zurück true , wenn der Bereich in ein kleines Format passt.

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

Parameter

startOffset
Int32

Start offset of the region.

length
Int32

Länge des Bereichs.

Gibt zurück

Gilt für: