Метод | Описание | |
---|---|---|
ConvertToCommonType ( string qualifiedName ) : string | ||
GetDefaultForType ( string type ) : string | ||
GetDefaultForTypeAsType ( string type ) : object | ||
GetElementType ( |
||
GetFlatRedBallType ( string typeString ) : |
||
GetTypeFromParsedType ( |
||
GetTypeFromString ( string typeString ) : |
||
GetTypeInListFromParsedType ( |
||
LoadAdditionalTypes ( |
||
LoadAdditionalTypes ( string assemblyFileName, string namespaceFilter = null ) : void |
Метод | Описание | |
---|---|---|
LoadAssembliesIfNecessary ( ) : void | ||
LoadFileToBytes ( string filename ) : byte[] | ||
MakeGenericType ( |
public static ConvertToCommonType ( string qualifiedName ) : string | ||
qualifiedName | string | |
Результат | string |
public static GetDefaultForType ( string type ) : string | ||
type | string | |
Результат | string |
public static GetDefaultForTypeAsType ( string type ) : object | ||
type | string | |
Результат | object |
public static GetElementType ( |
||
listType | ||
Результат |
public static GetFlatRedBallType ( string typeString ) : |
||
typeString | string | |
Результат |
public static GetTypeFromParsedType ( |
||
parsedType | ||
Результат |
public static GetTypeFromString ( string typeString ) : |
||
typeString | string | |
Результат |
public static GetTypeInListFromParsedType ( |
||
parsedType | ||
Результат |
public static LoadAdditionalTypes ( |
||
assembly | ||
namespaceFilter | string | |
Результат | void |
public static LoadAdditionalTypes ( string assemblyFileName, string namespaceFilter = null ) : void | ||
assemblyFileName | string | |
namespaceFilter | string | |
Результат | void |