Méthode | Description | |
---|---|---|
NClassImportFilter ( IFilter filter ) : System |
Initializes a new instance of NClassImportFilter.
|
|
Reflect ( NRClass nrClass ) : bool |
Determines if a class will be reflected.
|
|
Reflect ( NRConstructor nrConstructor ) : bool |
Determines if a method will be reflected.
|
|
Reflect ( NRDelegate nrDelegate ) : bool |
Determines if a delegate will be reflected.
|
|
Reflect ( NREnum nrEnum ) : bool |
Determines if a enum will be reflected.
|
|
Reflect ( NREnumValue nrEnumValue ) : bool |
Determines if a enum value will be reflected.
|
|
Reflect ( NREvent nrEvent ) : bool |
Determines if an event will be reflected.
|
|
Reflect ( NRField nrField ) : bool |
Determines if a field will be reflected.
|
|
Reflect ( NRInterface nrInterface ) : bool |
Determines if an interface will be reflected.
|
|
Reflect ( NRMethod nrMethod ) : bool |
Determines if a method will be reflected.
|
|
Reflect ( NROperator nrOperator ) : bool |
Determines if an operator will be reflected.
|
|
Reflect ( NRProperty nrProperty ) : bool |
Determines if a property will be reflected.
|
|
Reflect ( NRStruct nrStruct ) : bool |
Determines if a struct will be reflected.
|
Méthode | Description | |
---|---|---|
HasUnsafeParameters ( IEnumerable |
Returns
|
|
IsUnsafePointer ( string type ) : bool |
Returns
|
public NClassImportFilter ( IFilter filter ) : System | ||
filter | IFilter | The filter to delegate filter calls to. |
Résultat | System |
public Reflect ( NRClass nrClass ) : bool | ||
nrClass | NRClass | The class to test. |
Résultat | bool |
public Reflect ( NRConstructor nrConstructor ) : bool | ||
nrConstructor | NRConstructor | The method to test. |
Résultat | bool |
public Reflect ( NRDelegate nrDelegate ) : bool | ||
nrDelegate | NRDelegate | The delegate to test. |
Résultat | bool |
public Reflect ( NREnum nrEnum ) : bool | ||
nrEnum | NREnum | The enum to test. |
Résultat | bool |
public Reflect ( NREnumValue nrEnumValue ) : bool | ||
nrEnumValue | NREnumValue | The enum value to test. |
Résultat | bool |
public Reflect ( NREvent nrEvent ) : bool | ||
nrEvent | NREvent | The event to test. |
Résultat | bool |
public Reflect ( NRField nrField ) : bool | ||
nrField | NRField | The field to test. |
Résultat | bool |
public Reflect ( NRInterface nrInterface ) : bool | ||
nrInterface | NRInterface | The interface to test. |
Résultat | bool |
public Reflect ( NRMethod nrMethod ) : bool | ||
nrMethod | NRMethod | The method to test. |
Résultat | bool |
public Reflect ( NROperator nrOperator ) : bool | ||
nrOperator | NROperator | The operator to test. |
Résultat | bool |
public Reflect ( NRProperty nrProperty ) : bool | ||
nrProperty | NRProperty | The property to test. |
Résultat | bool |
public Reflect ( NRStruct nrStruct ) : bool | ||
nrStruct | NRStruct | The struct to test. |
Résultat | bool |