|
|
|
|
@ -106,14 +106,14 @@ namespace Mono.Cecil {
@@ -106,14 +106,14 @@ namespace Mono.Cecil {
|
|
|
|
|
set { attributes = attributes.SetMaskedAttributes ((ushort) PInvokeAttributes.CallConvMask, (ushort) PInvokeAttributes.CallConvFastcall, value); } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsBestFistEnabled { |
|
|
|
|
public bool IsBestFitEnabled { |
|
|
|
|
get { return attributes.GetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFitEnabled); } |
|
|
|
|
set { attributes = attributes.SetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFitEnabled, value); } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsBestFistDisabled { |
|
|
|
|
get { return attributes.GetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFidDisabled); } |
|
|
|
|
set { attributes = attributes.SetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFidDisabled, value); } |
|
|
|
|
public bool IsBestFitDisabled { |
|
|
|
|
get { return attributes.GetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFitDisabled); } |
|
|
|
|
set { attributes = attributes.SetMaskedAttributes ((ushort) PInvokeAttributes.BestFitMask, (ushort) PInvokeAttributes.BestFitDisabled, value); } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsThrowOnUnmappableCharEnabled { |
|
|
|
|
|