C# 클래스 Gendarme.Rules.BadPractice.ConstructorShouldNotCallVirtualMethodsRule

상속: Gendarme.Framework.Rule, ITypeRule
파일 보기 프로젝트 열기: remobjects/mono-tools

공개 메소드들

메소드 설명
CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult

비공개 메소드들

메소드 설명
CheckConstructor ( Mono.Cecil.MethodDefinition constructor ) : void
CheckMethod ( Mono.Cecil.MethodDefinition method ) : void
IsCallFromInstance ( Instruction ins, int parameters ) : bool
IsSubsclass ( TypeReference sub, TypeReference type ) : bool

메소드 상세

CheckType() 공개 메소드

public CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult
type Mono.Cecil.TypeDefinition
리턴 RuleResult