C# 클래스 Stiletto.Fody.ILProcessorExtensions

파일 보기 프로젝트 열기: benjamin-bader/stiletto

공개 메소드들

메소드 설명
Cast ( this processor, TypeReference type ) : void
EmitBoolean ( this processor, bool value ) : void

메소드 상세

Cast() 공개 정적인 메소드

public static Cast ( this processor, TypeReference type ) : void
processor this
type Mono.Cecil.TypeReference
리턴 void

EmitBoolean() 공개 정적인 메소드

public static EmitBoolean ( this processor, bool value ) : void
processor this
value bool
리턴 void