C# 클래스 kOS.Safe.Utilities.AssemblyWalkAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 프로퍼티들

프로퍼티 타입 설명
AllWalkAttributes Type>.Dictionary
AttributesToWalk Type>.Dictionary

공개 메소드들

메소드 설명
AssemblyWalkAttribute ( ) : System
CheckMethodParameters ( Type baseType, string methodName ) : bool
LoadWalkAttribute ( Assembly assembly ) : void
LoadWalkAttributes ( Assembly assemblies ) : void
ToString ( ) : string
Walk ( ) : void
Walk ( Assembly assemblies ) : void
WalkAssemblies ( Assembly assemblies ) : void
WalkAssembly ( Assembly assembly ) : void

메소드 상세

AssemblyWalkAttribute() 공개 메소드

public AssemblyWalkAttribute ( ) : System
리턴 System

CheckMethodParameters() 공개 정적인 메소드

public static CheckMethodParameters ( Type baseType, string methodName ) : bool
baseType System.Type
methodName string
리턴 bool

LoadWalkAttribute() 공개 정적인 메소드

public static LoadWalkAttribute ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

LoadWalkAttributes() 공개 정적인 메소드

public static LoadWalkAttributes ( Assembly assemblies ) : void
assemblies System.Reflection.Assembly
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Walk() 공개 정적인 메소드

public static Walk ( ) : void
리턴 void

Walk() 공개 정적인 메소드

public static Walk ( Assembly assemblies ) : void
assemblies System.Reflection.Assembly
리턴 void

WalkAssemblies() 공개 정적인 메소드

public static WalkAssemblies ( Assembly assemblies ) : void
assemblies System.Reflection.Assembly
리턴 void

WalkAssembly() 공개 정적인 메소드

public static WalkAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

프로퍼티 상세

AllWalkAttributes 공개적으로 정적으로 프로퍼티

public static Dictionary AllWalkAttributes
리턴 Type>.Dictionary

AttributesToWalk 공개적으로 정적으로 프로퍼티

public static Dictionary AttributesToWalk
리턴 Type>.Dictionary