ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) Metodo

Definizione

Restituisce true se l'area è adatta a un formato ridotto.

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

Parametri

startOffset
Int32

Offset iniziale dell'area.

length
Int32

Lunghezza dell'area.

Restituisce

Si applica a