Method | Description | |
---|---|---|
EnumFieldHandler ( |
||
EnumFieldHandler ( byte configuration ) : System | ||
FreeContent ( IILGen ilGenerator, Action |
||
HandledType ( ) : |
||
IsCompatibleWith ( |
||
IsCompatibleWith ( |
||
Load ( IILGen ilGenerator, Action |
||
NeedsCtx ( ) : bool | ||
Save ( IILGen ilGenerator, Action |
||
Skip ( IILGen ilGenerator, Action |
||
SpecializeLoadForType ( |
||
SpecializeSaveForType ( |
Method | Description | |
---|---|---|
IsFlagsEnum ( |
||
IsSignedEnum ( |
public EnumFieldHandler ( |
||
enumType | ||
return | System |
public EnumFieldHandler ( byte configuration ) : System | ||
configuration | byte | |
return | System |
public FreeContent ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | bool |
public static IsCompatibleWith ( |
||
type | ||
return | bool |
public IsCompatibleWith ( |
||
type | ||
options | FieldHandlerOptions | |
return | bool |
public Load ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | void |
public Save ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushWriterOrCtx | Action |
|
pushValue | Action |
|
return | void |
public Skip ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | void |
public SpecializeLoadForType ( |
||
type | ||
typeHandler | IFieldHandler | |
return | IFieldHandler |
public SpecializeSaveForType ( |
||
type | ||
return | IFieldHandler |