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

영역의 길이.

반환

적용 대상