Пример #1
0
 internal SEHTableEntry(
     SEHFlags sehFlags,
     uint tryOffset,
     uint tryLength,
     uint handlerOffset,
     uint handlerLength,
     uint classTokenOrFilterOffset)
 {
     this.SEHFlags                 = sehFlags;
     this.TryOffset                = tryOffset;
     this.TryLength                = tryLength;
     this.HandlerOffset            = handlerOffset;
     this.HandlerLength            = handlerLength;
     this.ClassTokenOrFilterOffset = classTokenOrFilterOffset;
 }
Пример #2
0
 internal SEHTableEntry(
     SEHFlags sehFlags,
     uint tryOffset,
     uint tryLength,
     uint handlerOffset,
     uint handlerLength,
     uint classTokenOrFilterOffset
     )
 {
     this.SEHFlags = sehFlags;
       this.TryOffset = tryOffset;
       this.TryLength = tryLength;
       this.HandlerOffset = handlerOffset;
       this.HandlerLength = handlerLength;
       this.ClassTokenOrFilterOffset = classTokenOrFilterOffset;
 }