Méthode | Description | |
---|---|---|
Create ( |
Provides a type-specific accessor, allowing by-name access for all objects of that type The accessor is cached internally; a pre-existing accessor may be returned |
|
Create ( |
Provides a type-specific accessor, allowing by-name access for all objects of that type The accessor is cached internally; a pre-existing accessor may be returned |
|
CreateNew ( ) : object |
Create a new instance of this type
|
|
GetMembers ( ) : MemberSet |
Query the members available for this type
|
|
this ( object target, string name ) : object |
Get or set the value of a named member on the target instance
|
Méthode | Description | |
---|---|---|
Cast ( |
||
CreateNew ( |
||
GetNextCounterValue ( ) : int | ||
IsFullyPublic ( |
||
WriteMapImpl ( |
public static Create ( |
||
type | ||
Résultat |
public static Create ( |
||
type | ||
allowNonPublicAccessors | bool | |
Résultat |
public abstract this ( object target, string name ) : object | ||
target | object | |
name | string | |
Résultat | object |