메소드 | 설명 | |
---|---|---|
CreateLateBoundMethod ( |
Creates an optimized delegate for calling the MethodInfo using Expression-Trees
|
|
IsStaticClass ( this type ) : bool |
Is this a static class? This is a work around, as Type doesn't have this property. From: http://stackoverflow.com/questions/1175888/determine-if-a-type-is-static |
|
SafeGetTypes ( this assembly ) : System.Type[] |
Gets all usable exported types from the given assembly. Types which cannot be loaded are skipped. |
public static CreateLateBoundMethod ( |
||
methodInfo | Method to optimize | |
리턴 | LateBoundMethod |
public static SafeGetTypes ( this assembly ) : System.Type[] | ||
assembly | this | Assembly to scan. |
리턴 | System.Type[] |