C# Class JSIL.Translator.Configuration.CodeGeneratorConfiguration

Afficher le fichier Open project: sq/JSIL

Méthodes publiques

Свойство Type Description
AggressivelyUseElementProxies bool?
AutoGenerateEventAccessorsInSkeletons bool?
CacheBaseMethodHandles bool?
CacheMethodSignatures bool?
CacheOneMethodSignaturePerMethod bool?
CacheTypeExpressions bool?
DecomposeAllMutationOperators bool?
DisableGenericSignaturesLocalCache bool?
EliminatePointlessFinallyBlocks bool?
EliminateRedundantControlFlow bool?
EliminateStructCopies bool?
EliminateTemporaries bool?
EmitAllParameterNames bool?
EmulateInt64 bool?
EnableThreadedTransforms bool?
EnableUnsafeCode bool?
FreezeImmutableObjects bool?
HintDoubleArithmetic bool?
HintIntegerArithmetic bool?
HoistAllocations bool?
IntroduceCharCasts bool?
IntroduceEnumCasts bool?
PreferAccessorMethods bool?
PreferLocalCacheForGenericInterfaceMethodSignatures bool?
PreferLocalCacheForGenericMethodSignatures bool?
SimplifyLoops bool?
SimplifyOperators bool?
StripUnusedLoopNames bool?

Méthodes publiques

Méthode Description
MergeInto ( CodeGeneratorConfiguration result ) : void

Method Details

MergeInto() public méthode

public MergeInto ( CodeGeneratorConfiguration result ) : void
result CodeGeneratorConfiguration
Résultat void

Property Details

AggressivelyUseElementProxies public_oe property

public bool? AggressivelyUseElementProxies
Résultat bool?

AutoGenerateEventAccessorsInSkeletons public_oe property

public bool? AutoGenerateEventAccessorsInSkeletons
Résultat bool?

CacheBaseMethodHandles public_oe property

public bool? CacheBaseMethodHandles
Résultat bool?

CacheMethodSignatures public_oe property

public bool? CacheMethodSignatures
Résultat bool?

CacheOneMethodSignaturePerMethod public_oe property

public bool? CacheOneMethodSignaturePerMethod
Résultat bool?

CacheTypeExpressions public_oe property

public bool? CacheTypeExpressions
Résultat bool?

DecomposeAllMutationOperators public_oe property

public bool? DecomposeAllMutationOperators
Résultat bool?

DisableGenericSignaturesLocalCache public_oe property

public bool? DisableGenericSignaturesLocalCache
Résultat bool?

EliminatePointlessFinallyBlocks public_oe property

public bool? EliminatePointlessFinallyBlocks
Résultat bool?

EliminateRedundantControlFlow public_oe property

public bool? EliminateRedundantControlFlow
Résultat bool?

EliminateStructCopies public_oe property

public bool? EliminateStructCopies
Résultat bool?

EliminateTemporaries public_oe property

public bool? EliminateTemporaries
Résultat bool?

EmitAllParameterNames public_oe property

public bool? EmitAllParameterNames
Résultat bool?

EmulateInt64 public_oe property

public bool? EmulateInt64
Résultat bool?

EnableThreadedTransforms public_oe property

public bool? EnableThreadedTransforms
Résultat bool?

EnableUnsafeCode public_oe property

public bool? EnableUnsafeCode
Résultat bool?

FreezeImmutableObjects public_oe property

public bool? FreezeImmutableObjects
Résultat bool?

HintDoubleArithmetic public_oe property

public bool? HintDoubleArithmetic
Résultat bool?

HintIntegerArithmetic public_oe property

public bool? HintIntegerArithmetic
Résultat bool?

HoistAllocations public_oe property

public bool? HoistAllocations
Résultat bool?

IntroduceCharCasts public_oe property

public bool? IntroduceCharCasts
Résultat bool?

IntroduceEnumCasts public_oe property

public bool? IntroduceEnumCasts
Résultat bool?

PreferAccessorMethods public_oe property

public bool? PreferAccessorMethods
Résultat bool?

PreferLocalCacheForGenericInterfaceMethodSignatures public_oe property

public bool? PreferLocalCacheForGenericInterfaceMethodSignatures
Résultat bool?

PreferLocalCacheForGenericMethodSignatures public_oe property

public bool? PreferLocalCacheForGenericMethodSignatures
Résultat bool?

SimplifyLoops public_oe property

public bool? SimplifyLoops
Résultat bool?

SimplifyOperators public_oe property

public bool? SimplifyOperators
Résultat bool?

StripUnusedLoopNames public_oe property

public bool? StripUnusedLoopNames
Résultat bool?