ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) メソッド

定義

領域が小さい形式に収まる場合は true を返します。

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

パラメーター

startOffset
Int32

領域の開始オフセット。

length
Int32

リージョンの長さ。

戻り値

Boolean

適用対象