Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetMethod ( string methodName ) : IMethodInfo | ||
GetMethods ( ) : IEnumerable |
||
HasAttribute ( |
||
HasInterface ( |
||
PsiClassWrapper ( IClass psiType ) : System | ||
ToString ( ) : string |
public GetCustomAttributes ( |
||
attributeType | ||
return | IEnumerable |
public GetMethod ( string methodName ) : IMethodInfo | ||
methodName | string | |
return | IMethodInfo |
public HasAttribute ( |
||
attributeType | ||
return | bool |
public HasInterface ( |
||
interfaceType | ||
return | bool |
public PsiClassWrapper ( IClass psiType ) : System | ||
psiType | IClass | |
return | System |