Class MValueAdapters
Inheritance
System.Object
MValueAdapters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.dll
Syntax
public static class MValueAdapters
Methods
|
Improve this Doc
View Source
FromMValue(in MValueConst, Type, out Object)
Declaration
[Obsolete("Use Alt.FromMValue instead")]
public static bool FromMValue(in MValueConst mValue, Type type, out object obj)
Parameters
Type |
Name |
Description |
MValueConst |
mValue |
|
System.Type |
type |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FromObject(Object, Type, out Object)
Declaration
[Obsolete("Use Alt.MValueFromObject instead")]
public static bool FromObject(object obj, Type type, out object result)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
System.Type |
type |
|
System.Object |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsConvertible(Type)
Declaration
[Obsolete("Use Alt.IsMValueConvertible instead")]
public static bool IsConvertible(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Register<T>(IMValueAdapter<T>)
Declaration
[Obsolete("Use Alt.RegisterMValueAdapter instead")]
public static void Register<T>(IMValueAdapter<T> adapter)
Parameters
Type Parameters
|
Improve this Doc
View Source
ToMValue(Object, Type, out MValueConst)
Declaration
[Obsolete("Use Alt.ToMValue instead")]
public static bool ToMValue(object obj, Type type, out MValueConst mValue)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
System.Type |
type |
|
MValueConst |
mValue |
|
Returns
Type |
Description |
System.Boolean |
|