C# 클래스 JSIL.Translator.Configuration.CodeGeneratorConfiguration

파일 보기 프로젝트 열기: sq/JSIL

공개 프로퍼티들

프로퍼티 타입 설명
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?

공개 메소드들

메소드 설명
MergeInto ( CodeGeneratorConfiguration result ) : void

메소드 상세

MergeInto() 공개 메소드

public MergeInto ( CodeGeneratorConfiguration result ) : void
result CodeGeneratorConfiguration
리턴 void

프로퍼티 상세

AggressivelyUseElementProxies 공개적으로 프로퍼티

public bool? AggressivelyUseElementProxies
리턴 bool?

AutoGenerateEventAccessorsInSkeletons 공개적으로 프로퍼티

public bool? AutoGenerateEventAccessorsInSkeletons
리턴 bool?

CacheBaseMethodHandles 공개적으로 프로퍼티

public bool? CacheBaseMethodHandles
리턴 bool?

CacheMethodSignatures 공개적으로 프로퍼티

public bool? CacheMethodSignatures
리턴 bool?

CacheOneMethodSignaturePerMethod 공개적으로 프로퍼티

public bool? CacheOneMethodSignaturePerMethod
리턴 bool?

CacheTypeExpressions 공개적으로 프로퍼티

public bool? CacheTypeExpressions
리턴 bool?

DecomposeAllMutationOperators 공개적으로 프로퍼티

public bool? DecomposeAllMutationOperators
리턴 bool?

DisableGenericSignaturesLocalCache 공개적으로 프로퍼티

public bool? DisableGenericSignaturesLocalCache
리턴 bool?

EliminatePointlessFinallyBlocks 공개적으로 프로퍼티

public bool? EliminatePointlessFinallyBlocks
리턴 bool?

EliminateRedundantControlFlow 공개적으로 프로퍼티

public bool? EliminateRedundantControlFlow
리턴 bool?

EliminateStructCopies 공개적으로 프로퍼티

public bool? EliminateStructCopies
리턴 bool?

EliminateTemporaries 공개적으로 프로퍼티

public bool? EliminateTemporaries
리턴 bool?

EmitAllParameterNames 공개적으로 프로퍼티

public bool? EmitAllParameterNames
리턴 bool?

EmulateInt64 공개적으로 프로퍼티

public bool? EmulateInt64
리턴 bool?

EnableThreadedTransforms 공개적으로 프로퍼티

public bool? EnableThreadedTransforms
리턴 bool?

EnableUnsafeCode 공개적으로 프로퍼티

public bool? EnableUnsafeCode
리턴 bool?

FreezeImmutableObjects 공개적으로 프로퍼티

public bool? FreezeImmutableObjects
리턴 bool?

HintDoubleArithmetic 공개적으로 프로퍼티

public bool? HintDoubleArithmetic
리턴 bool?

HintIntegerArithmetic 공개적으로 프로퍼티

public bool? HintIntegerArithmetic
리턴 bool?

HoistAllocations 공개적으로 프로퍼티

public bool? HoistAllocations
리턴 bool?

IntroduceCharCasts 공개적으로 프로퍼티

public bool? IntroduceCharCasts
리턴 bool?

IntroduceEnumCasts 공개적으로 프로퍼티

public bool? IntroduceEnumCasts
리턴 bool?

PreferAccessorMethods 공개적으로 프로퍼티

public bool? PreferAccessorMethods
리턴 bool?

PreferLocalCacheForGenericInterfaceMethodSignatures 공개적으로 프로퍼티

public bool? PreferLocalCacheForGenericInterfaceMethodSignatures
리턴 bool?

PreferLocalCacheForGenericMethodSignatures 공개적으로 프로퍼티

public bool? PreferLocalCacheForGenericMethodSignatures
리턴 bool?

SimplifyLoops 공개적으로 프로퍼티

public bool? SimplifyLoops
리턴 bool?

SimplifyOperators 공개적으로 프로퍼티

public bool? SimplifyOperators
리턴 bool?

StripUnusedLoopNames 공개적으로 프로퍼티

public bool? StripUnusedLoopNames
리턴 bool?