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

영역의 길이입니다.

반품

적용 대상