ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Méthode

Définition

Retourne true si la région est adaptée à un petit format.

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

Paramètres

startOffset
Int32

Début du décalage de la région.

length
Int32

Longueur de la région.

Retours

S’applique à