C# Class GrayStorm.methodHelpers

All of the global static variables we need for the project will be declared here. Namely, the array list of storageInformation.
显示文件 Open project: GrayKernel/GrayStorm

Public Properties

Property Type Description
StorageInformationArrayList List

Public Methods

Method Description
containedInList ( MethodInfo selectedMethod ) : int
methodInfoToDelegate ( System methodIN ) : Delegate

Method Details

containedInList() public static method

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

methodInfoToDelegate() public static method

public static methodInfoToDelegate ( System methodIN ) : Delegate
methodIN System
return System.Delegate

Property Details

StorageInformationArrayList public_oe static_oe property

public static List StorageInformationArrayList
return List