Метод | Описание | |
---|---|---|
RegisterType ( string name, Type type ) : void |
Метод | Описание | |
---|---|---|
CreateInstance ( Type type, string typeName ) : object | ||
CreateTypeProperties ( IDictionary properties ) : string | ||
GetTypes ( ) : IEnumerator |
||
ResolveType ( string name, IDictionary &properties ) : Type | ||
ResolveTypeName ( Type type, IDictionary properties ) : string | ||
ResolveTypeProperties ( string &name, IDictionary &properties ) : void |
protected CreateInstance ( Type type, string typeName ) : object | ||
type | Type | |
typeName | string | |
Результат | object |
protected static CreateTypeProperties ( IDictionary properties ) : string | ||
properties | IDictionary | |
Результат | string |
public RegisterType ( string name, Type type ) : void | ||
name | string | |
type | Type | |
Результат | void |
protected ResolveType ( string name, IDictionary &properties ) : Type | ||
name | string | |
properties | IDictionary | |
Результат | Type |
protected ResolveTypeName ( Type type, IDictionary properties ) : string | ||
type | Type | |
properties | IDictionary | |
Результат | string |
protected static ResolveTypeProperties ( string &name, IDictionary &properties ) : void | ||
name | string | |
properties | IDictionary | |
Результат | void |