ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Método

Definição

Retorna true se a região se encaixar em 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

Comece deslocado da região.

length
Int32

Comprimento da região.

Devoluções

Aplica-se a