MCPcopy Create free account

hub / github.com/StudioCherno/Coral / functions

Functions309 in github.com/StudioCherno/Coral

MethodArrayReturnTest
()
Tests/Testing.Managed/Source/FieldMarshalTest.cs:58
MethodAssemblyLoader
()
Coral.Managed/Source/AssemblyLoader.cs:36
MethodAssign
Coral.Native/Include/Coral/Array.hpp:73
MethodBoolMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:128
MethodBoolTest
(bool InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:82
MethodByteLength
Coral.Native/Include/Coral/Array.hpp:84
MethodByteMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:74
MethodByteTest
(byte InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:28
MethodCacheCoralAssemblies
()
Coral.Managed/Source/AssemblyLoader.cs:52
MethodClear
Coral.Native/Include/Coral/StableVector.hpp:45
MethodCollectGarbage
(int InGeneration, GCCollectionMode InCollectionMode, Bool32 InBlocking, Bool32 InCompacting)
Coral.Managed/Source/GarbageCollector.cs:11
MethodCollectTests
()
Tests/Testing.Managed/Source/Main.cs:268
MethodContains
(int id)
Coral.Managed/Source/UniqueList.cs:11
MethodConvertUtf8ToWide
Coral.Native/Source/Coral/StringHelper.cpp:9
MethodConvertWideToUtf8
Coral.Native/Source/Coral/StringHelper.cpp:21
MethodCopyObject
(IntPtr InObjectHandle)
Coral.Managed/Source/ManagedObject.cs:178
MethodCreateAssemblyLoadContext
(NativeString InName, NativeString InDllPath)
Coral.Managed/Source/AssemblyLoader.cs:160
MethodCreateInstanceInternal
Coral.Native/Source/Coral/Type.cpp:164
MethodCreateObject
(int InTypeID, Bool32 InWeakRef, IntPtr InParameters, ManagedType* InParameterTypes, int InParameterCount)
Coral.Managed/Source/ManagedObject.cs:106
MethodData
Coral.Native/Include/Coral/String.hpp:25
FunctionDefaultMessageCallback
Coral.Native/Source/Coral/HostInstance.cpp:32
MethodDestroyObject
(IntPtr InObjectHandle)
Coral.Managed/Source/ManagedObject.cs:205
MethodDispose
()
Coral.Managed/Source/InteropTypes.cs:27
MethodDispose
()
Coral.Managed/Source/InteropTypes.cs:98
MethodDispose
()
Coral.Managed/Source/InteropTypes.cs:182
MethodDispose
()
Coral.Managed/Source/InteropTypes.cs:232
MethodDoubleMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:122
MethodDoubleTest
(double InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:76
MethodDummyStructMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:191
MethodDummyStructPtrMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:208
MethodDummyStructPtrTest
(DummyStruct* InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:118
MethodDummyStructTest
(DummyStruct InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:100
MethodEmplaceBackNoLock
Coral.Native/Include/Coral/StableVector.hpp:162
MethodEmptyArrayTest
()
Tests/Testing.Managed/Source/Main.cs:134
MethodEquals
([NotNullWhen(true)] object? obj)
Coral.Managed/Source/ManagedObject.cs:55
MethodExampleClass
(int someValue)
Example/Example.Managed/Source/Main.cs:34
FunctionExceptionCallback
Example/Example.Native/Source/Main.cpp:14
MethodFloatArrayTest
()
Tests/Testing.Managed/Source/Main.cs:149
MethodFloatMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:116
MethodFloatTest
(float InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:70
MethodFree
Coral.Native/Include/Coral/Array.hpp:63
MethodGetAccessibility
Coral.Native/Source/Coral/MethodInfo.cpp:50
MethodGetAccessibility
Coral.Native/Source/Coral/FieldInfo.cpp:27
MethodGetAssemblyID
Coral.Native/Include/Coral/Assembly.hpp:24
MethodGetAssemblyName
(int InContextId, int InAssemblyId)
Coral.Managed/Source/AssemblyLoader.cs:351
MethodGetAssemblyQualifiedName
Coral.Native/Source/Coral/Type.cpp:14
MethodGetAssemblyQualifiedName
(int InType)
Coral.Managed/Source/TypeInterface.cs:174
MethodGetAssemblyTypes
(int InAssemblyLoadContextId, int InAssemblyId, int* OutTypes, int* OutTypeCount)
Coral.Managed/Source/TypeInterface.cs:121
MethodGetAttributeFieldValue
(int InAttribute, NativeString InFieldName, IntPtr OutValue)
Coral.Managed/Source/TypeInterface.cs:832
MethodGetAttributeType
(int InAttribute, int* OutType)
Coral.Managed/Source/TypeInterface.cs:857
MethodGetAttributes
Coral.Native/Source/Coral/MethodInfo.cpp:55
MethodGetAttributes
Coral.Native/Source/Coral/FieldInfo.cpp:32
MethodGetAttributes
Coral.Native/Source/Coral/PropertyInfo.cpp:27
MethodGetElementCount
Coral.Native/Include/Coral/StableVector.hpp:67
MethodGetEnumerator
()
Coral.Managed/Source/InteropTypes.cs:109
MethodGetFieldInfoAccessibility
(int InFieldInfo)
Coral.Managed/Source/TypeInterface.cs:718
MethodGetFieldInfoAttributes
(int InFieldInfo, int* OutAttributes, int* OutAttributesCount)
Coral.Managed/Source/TypeInterface.cs:735
MethodGetFieldInfoName
(int InFieldInfo)
Coral.Managed/Source/TypeInterface.cs:685
MethodGetFieldInfoType
(int InFieldInfo, int* OutFieldType)
Coral.Managed/Source/TypeInterface.cs:702
MethodGetFieldValue
Coral.Native/Include/Coral/Attribute.hpp:16
MethodGetFieldValue
Coral.Native/Include/Coral/ManagedObject.hpp:70
MethodGetFieldValue
Coral.Native/Include/Coral/ManagedObject.hpp:135
MethodGetFieldValue
Coral.Native/Source/Coral/Attribute.cpp:23
MethodGetFieldValue
(IntPtr InTarget, NativeString InFieldName, IntPtr OutValue)
Coral.Managed/Source/ManagedObject.cs:464
MethodGetFieldValueInternal
Coral.Native/Source/Coral/Attribute.cpp:38
MethodGetFieldValueRaw
Coral.Native/Source/Coral/ManagedObject.cpp:85
MethodGetFullTypeName
(int InType)
Coral.Managed/Source/TypeInterface.cs:157
MethodGetInterfaceTypeCount
(int InType, int* OutCount)
Coral.Managed/Source/TypeInterface.cs:213
MethodGetLastLoadStatus
()
Coral.Managed/Source/AssemblyLoader.cs:348
MethodGetLoadStatus
Coral.Native/Include/Coral/Assembly.hpp:25
FunctionGetManagedType
Coral.Native/Include/Coral/Utility.hpp:32
MethodGetManagedType
Coral.Native/Source/Coral/Type.cpp:137
MethodGetMethodInfoAccessibility
(int InMethodInfo)
Coral.Managed/Source/TypeInterface.cs:668
MethodGetMethodInfoAttributes
(int InMethodInfo, int* OutAttributes, int* OutAttributesCount)
Coral.Managed/Source/TypeInterface.cs:604
MethodGetMethodInfoName
TODO(Peter): Refactor this to GetMemberInfoName (should work for all types of members)
Coral.Managed/Source/TypeInterface.cs:539
MethodGetMethodInfoParameterTypes
(int InMethodInfo, int* OutParameterTypes, int* OutParameterCount)
Coral.Managed/Source/TypeInterface.cs:572
MethodGetMethodInfoReturnType
(int InMethodInfo, int* OutReturnType)
Coral.Managed/Source/TypeInterface.cs:556
MethodGetName
Coral.Native/Include/Coral/Assembly.hpp:26
MethodGetName
Coral.Native/Source/Coral/MethodInfo.cpp:10
MethodGetName
Coral.Native/Source/Coral/PropertyInfo.cpp:10
MethodGetObjectTypeId
(IntPtr InTarget, int* typeId)
Coral.Managed/Source/ManagedObject.cs:568
MethodGetPropertyInfoAttributes
(int InPropertyInfo, int* OutAttributes, int* OutAttributesCount)
Coral.Managed/Source/TypeInterface.cs:800
MethodGetPropertyInfoName
(int InPropertyInfo)
Coral.Managed/Source/TypeInterface.cs:767
MethodGetPropertyInfoType
(int InPropertyInfo, int* OutPropertyType)
Coral.Managed/Source/TypeInterface.cs:784
MethodGetPropertyValue
Coral.Native/Include/Coral/ManagedObject.hpp:84
MethodGetPropertyValue
(IntPtr InTarget, NativeString InPropertyName, IntPtr OutValue)
Coral.Managed/Source/ManagedObject.cs:532
MethodGetPropertyValueRaw
Coral.Native/Source/Coral/ManagedObject.cpp:99
MethodGetSize
Coral.Native/Source/Coral/Type.cpp:56
MethodGetTypeAccessibility
(FieldInfo InFieldInfo)
Coral.Managed/Source/TypeInterface.cs:646
MethodGetTypeAttributes
(int InType, int* OutAttributes, int* OutAttributesCount)
Coral.Managed/Source/TypeInterface.cs:485
MethodGetTypeFields
(int InType, int* InFieldArray, int* InFieldCount)
Coral.Managed/Source/TypeInterface.cs:404
MethodGetTypeManagedType
(int InType)
Coral.Managed/Source/TypeInterface.cs:518
MethodGetTypeMethods
(int InType, int* InMethodArray, int* InMethodCount)
Coral.Managed/Source/TypeInterface.cs:372
MethodGetTypeProperties
(int InType, int* InPropertyArray, int* InPropertyCount)
Coral.Managed/Source/TypeInterface.cs:436
MethodGetTypeSize
(int InType)
Coral.Managed/Source/TypeInterface.cs:261
MethodHasAttribute
Coral.Native/Source/Coral/Type.cpp:118
MethodHasTypeAttribute
(int InType, int InAttributeType)
Coral.Managed/Source/TypeInterface.cs:468
MethodInitialize
(delegate*<NativeString, MessageLevel, void> InMessageCallback, delegate*<NativeString, void> InExceptionCallb
Coral.Managed/Source/ManagedHost.cs:18
MethodInitializeCoralManaged
Coral.Native/Source/Coral/HostInstance.cpp:247
MethodInsertNoLock
Coral.Native/Include/Coral/StableVector.hpp:102
← previousnext →101–200 of 309, ranked by callers