Метод | Описание | |
---|---|---|
CreateInstance ( IServiceProvider provider, |
Implements CreateInstance. This just walks the linked list looking for someone who implements the call.
|
|
GetCache ( object instance ) : IDictionary |
Implements GetCache. This just walks the linked list looking for someone who implements the call.
|
|
GetExtendedTypeDescriptor ( object instance ) : ICustomTypeDescriptor |
Implements GetExtendedTypeDescriptor. This creates a custom type descriptor that walks the linked list for each of its calls.
|
|
GetFullComponentName ( object component ) : string |
The name of the specified component, or null if the component has no name. In many cases this will return the same value as GetComponentName. If the component resides in a nested container or has other nested semantics, it may return a different fully qualfied name. If not overridden, the default implementation of this method will call GetTypeDescriptor.GetComponentName.
|
|
GetReflectionType ( |
Implements GetReflectionType. This just walks the linked list looking for someone who implements the call.
|
|
GetRuntimeType ( |
||
IsSupportedType ( |
Метод | Описание | |
---|---|---|
GetExtenderProviders ( object instance ) : IExtenderProvider[] |
Метод | Описание | |
---|---|---|
GetTypeDescriptor ( |
||
TypeDescriptionNode ( |
Creates a new type description node.
|
public CreateInstance ( IServiceProvider provider, |
||
provider | IServiceProvider | |
objectType | ||
argTypes | ||
args | object | |
Результат | object |
public GetCache ( object instance ) : IDictionary | ||
instance | object | |
Результат | IDictionary |
public GetExtendedTypeDescriptor ( object instance ) : ICustomTypeDescriptor | ||
instance | object | |
Результат | ICustomTypeDescriptor |
protected GetExtenderProviders ( object instance ) : IExtenderProvider[] | ||
instance | object | |
Результат | IExtenderProvider[] |
public GetFullComponentName ( object component ) : string | ||
component | object | |
Результат | string |
public GetReflectionType ( |
||
objectType | ||
instance | object | |
Результат |
public GetRuntimeType ( |
||
objectType | ||
Результат |
public IsSupportedType ( |
||
type | ||
Результат | bool |