ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果区域适合小格式,则返回 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
区域的长度。