ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Método

Definição

Retornará true se a região se ajustar a um formato pequeno.

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

Deslocamento inicial da região.

length
Int32

Comprimento da região.

Retornos

Aplica-se a