C# 클래스 RuntimeCop, SharpOS

파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : int
Run ( ) : int
RuntimeCop ( CopOptions options ) : System
ScanMethod ( MethodDefinition method ) : void
ScanModule ( ModuleDefinition module ) : void
ScanType ( TypeDefinition type ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

Run() 공개 메소드

public Run ( ) : int
리턴 int

RuntimeCop() 공개 메소드

public RuntimeCop ( CopOptions options ) : System
options CopOptions
리턴 System

ScanMethod() 공개 메소드

public ScanMethod ( MethodDefinition method ) : void
method MethodDefinition
리턴 void

ScanModule() 공개 메소드

public ScanModule ( ModuleDefinition module ) : void
module ModuleDefinition
리턴 void

ScanType() 공개 메소드

public ScanType ( TypeDefinition type ) : void
type TypeDefinition
리턴 void