graph BT
Type-->Base0["object"]
Type["TypeSystemHelpers"]
class Type type-node
Syntax
public class TypeSystemHelpers
Methods
Name |
Value |
Summary |
ConvertLiteralToInt(object) |
int |
static
|
ConvertLiteralToLong(object) |
long |
static
|
EmitConvert(XamlIlEmitContext, IXamlIlEmitter, IXamlIlLineInfo, IXamlIlType, IXamlIlType) |
void |
static
|
EmitConvert(XamlIlEmitContext, IXamlIlEmitter, IXamlIlLineInfo, IXamlIlType, IXamlIlType, IXamlIlLocal) |
void |
static
|
EmitConvert(XamlIlEmitContext, IXamlIlLineInfo, IXamlIlType, IXamlIlType, Func<bool, IXamlIlEmitter>) |
void |
static
|
EmitFieldLiteral(IXamlIlField, IXamlIlEmitter) |
void |
static
|
GetLiteralFieldConstantNode(IXamlIlField, IXamlIlLineInfo) |
XamlIlConstantNode |
static
|
GetLiteralFieldConstantValue(IXamlIlField) |
object |
static
|
ParseConstantIfTypeAllows(string, IXamlIlType, IXamlIlLineInfo, XamlIlConstantNode) |
bool |
static
|
TryGetEnumValue(IXamlIlType, string, object) |
bool |
static
|
TryGetEnumValueNode(IXamlIlType, string, IXamlIlLineInfo, XamlIlConstantNode) |
bool |
static
|