C# Class Unity.IL2CPP.Marshaling.MarshalInfoWriters.ComVariantMarshalInfoWriter

Inheritance: MarshalableMarshalInfoWriter
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
ComVariantMarshalInfoWriter ( TypeReference type ) : Mono.Cecil
WriteIncludesForFieldDeclaration ( CppCodeWriter writer ) : void
WriteMarshalCleanupVariable ( CppCodeWriter writer, string variableName, IRuntimeMetadataAccess metadataAccess, [ managedVariableName ) : void
WriteMarshalVariableFromNative ( CppCodeWriter writer, string variableName, ManagedMarshalValue destinationVariable, IList methodParameters, bool returnValue, bool forNativeWrapperOfManagedMethod, IRuntimeMetadataAccess metadataAccess ) : void
WriteMarshalVariableToNative ( CppCodeWriter writer, ManagedMarshalValue sourceVariable, string destinationVariable, string managedVariableName, IRuntimeMetadataAccess metadataAccess ) : void
WriteMarshaledTypeForwardDeclaration ( CppCodeWriter writer ) : void

Method Details

ComVariantMarshalInfoWriter() public méthode

public ComVariantMarshalInfoWriter ( TypeReference type ) : Mono.Cecil
type Mono.Cecil.TypeReference
Résultat Mono.Cecil

WriteIncludesForFieldDeclaration() public méthode

public WriteIncludesForFieldDeclaration ( CppCodeWriter writer ) : void
writer CppCodeWriter
Résultat void

WriteMarshalCleanupVariable() public méthode

public WriteMarshalCleanupVariable ( CppCodeWriter writer, string variableName, IRuntimeMetadataAccess metadataAccess, [ managedVariableName ) : void
writer CppCodeWriter
variableName string
metadataAccess IRuntimeMetadataAccess
managedVariableName [
Résultat void

WriteMarshalVariableFromNative() public méthode

public WriteMarshalVariableFromNative ( CppCodeWriter writer, string variableName, ManagedMarshalValue destinationVariable, IList methodParameters, bool returnValue, bool forNativeWrapperOfManagedMethod, IRuntimeMetadataAccess metadataAccess ) : void
writer CppCodeWriter
variableName string
destinationVariable Unity.IL2CPP.Marshaling.ManagedMarshalValue
methodParameters IList
returnValue bool
forNativeWrapperOfManagedMethod bool
metadataAccess IRuntimeMetadataAccess
Résultat void

WriteMarshalVariableToNative() public méthode

public WriteMarshalVariableToNative ( CppCodeWriter writer, ManagedMarshalValue sourceVariable, string destinationVariable, string managedVariableName, IRuntimeMetadataAccess metadataAccess ) : void
writer CppCodeWriter
sourceVariable Unity.IL2CPP.Marshaling.ManagedMarshalValue
destinationVariable string
managedVariableName string
metadataAccess IRuntimeMetadataAccess
Résultat void

WriteMarshaledTypeForwardDeclaration() public méthode

public WriteMarshaledTypeForwardDeclaration ( CppCodeWriter writer ) : void
writer CppCodeWriter
Résultat void