ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Método
Definição
Retornará true se a região se ajustar a um formato pequeno.Returns true if the region fits small 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
Parâmetros
- startOffset
- Int32
Deslocamento inicial da região.Start offset of the region.
- length
- Int32
Comprimento da região.Length of the region.