ColorValueMarshaler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ColorValueMarshaler : Java.Interop.JniValueMarshaler<Android.Graphics.Color>
type ColorValueMarshaler = class
inherit JniValueMarshaler<Color>
Inheritance
Constructors
Properties
Methods
CreateArgumentState(Object, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
CreateGenericArgumentState(T, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
CreateGenericObjectReferenceArgumentState(Color, ParameterAttributes)
CreateGenericObjectReferenceArgumentState(T, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
CreateGenericValue(JniObjectReference, JniObjectReferenceOptions, Type)
CreateObjectReferenceArgumentState(Object, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
CreateParameterFromManagedExpression(JniValueMarshalerContext, ParameterExpression, ParameterAttributes)
CreateParameterToManagedExpression(JniValueMarshalerContext, ParameterExpression, ParameterAttributes, Type)
CreateReturnValueFromManagedExpression(JniValueMarshalerContext, ParameterExpression)
CreateValue(JniObjectReference, JniObjectReferenceOptions, Type)
(Inherited from JniValueMarshaler<T> )
DestroyArgumentState(Object, JniValueMarshalerState, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
DestroyGenericArgumentState(Color, JniValueMarshalerState, ParameterAttributes)
DestroyGenericArgumentState(T, JniValueMarshalerState, ParameterAttributes)
(Inherited from JniValueMarshaler<T> )
ReturnObjectReferenceToJni(JniValueMarshalerContext, String, Expression)
(Inherited from JniValueMarshaler )
Applies to