ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Método

Definición

Devuelve true si la región se ajusta a un formato pequeño.

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

Parámetros

startOffset
Int32

Desplazamiento inicial de la región.

length
Int32

Longitud de la región.

Devoluciones

Se aplica a