C# 클래스 MicroLite.Mapping.ILGeneratorExtensions

Extension methods for the ILGenerator class.
파일 보기 프로젝트 열기: TrevorPilley/MicroLite

비공개 메소드들

메소드 설명
EmitBoxIfValueType ( this ilGenerator, Type type ) : void

Emits the box OpCode if the type is a value type.

EmitEfficientInt ( this ilGenerator, int value ) : void

Emits the load integer OpCode using the most efficient method.

EmitUnboxIfValueType ( this ilGenerator, Type type ) : void

Emits the unbox OpCode if the type is a value type.

EmitUnboxOrCast ( this ilGenerator, Type type ) : void

Emits either an unbox OpCode if the type is a value type or a cast to the type.