Method | Description | |
---|---|---|
FindToken ( |
||
FindTokenByIndex ( int i ) : |
||
FromXml ( |
||
GetToken ( IPermission perm ) : |
||
GetToken ( String typeStr ) : |
||
GetToken ( String typeStr, bool bCreateMscorlib ) : |
||
GetToken ( |
||
IsTokenProperlyAssigned ( IPermission perm, |
||
ToXml ( ) : |
Method | Description | |
---|---|---|
IsMscorlibClassName ( string className ) : bool | ||
PermissionToken ( ) : System | ||
PermissionToken ( int index, PermissionTokenType type, String strTypeName ) : System |
public static FindToken ( |
||
cls | ||
return |
public static FindTokenByIndex ( int i ) : |
||
i | int | |
return |
public FromXml ( |
||
elRoot | ||
return | void |
public static GetToken ( IPermission perm ) : |
||
perm | IPermission | |
return |
public static GetToken ( String typeStr ) : |
||
typeStr | String | |
return |
public static GetToken ( String typeStr, bool bCreateMscorlib ) : |
||
typeStr | String | |
bCreateMscorlib | bool | |
return |
public static GetToken ( |
||
cls | ||
return |
public static IsTokenProperlyAssigned ( IPermission perm, |
||
perm | IPermission | |
token | ||
return | bool |