Method | Description | |
---|---|---|
RegisterType ( string name, Type type ) : void |
Method | Description | |
---|---|---|
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 | |
return | object |
protected static CreateTypeProperties ( IDictionary properties ) : string | ||
properties | IDictionary | |
return | string |
public RegisterType ( string name, Type type ) : void | ||
name | string | |
type | Type | |
return | void |
protected ResolveType ( string name, IDictionary &properties ) : Type | ||
name | string | |
properties | IDictionary | |
return | Type |
protected ResolveTypeName ( Type type, IDictionary properties ) : string | ||
type | Type | |
properties | IDictionary | |
return | string |
protected static ResolveTypeProperties ( string &name, IDictionary &properties ) : void | ||
name | string | |
properties | IDictionary | |
return | void |