C# 클래스 GrayStorm.methodHelpers

All of the global static variables we need for the project will be declared here. Namely, the array list of storageInformation.
파일 보기 프로젝트 열기: GrayKernel/GrayStorm

공개 프로퍼티들

프로퍼티 타입 설명
StorageInformationArrayList List

공개 메소드들

메소드 설명
containedInList ( MethodInfo selectedMethod ) : int
methodInfoToDelegate ( System methodIN ) : Delegate

메소드 상세

containedInList() 공개 정적인 메소드

public static containedInList ( MethodInfo selectedMethod ) : int
selectedMethod System.Reflection.MethodInfo
리턴 int

methodInfoToDelegate() 공개 정적인 메소드

public static methodInfoToDelegate ( System methodIN ) : Delegate
methodIN System
리턴 System.Delegate

프로퍼티 상세

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

public static List StorageInformationArrayList
리턴 List