Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudioCherno/Coral
/ functions
Functions
309 in github.com/StudioCherno/Coral
⨍
Functions
309
◇
Types & classes
108
Method
IntMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:92
Method
IntPtrMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:167
Method
IntPtrTest
(IntPtr InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:88
Method
IntTest
(int InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:46
Method
InvokeMethod
Coral.Native/Include/Coral/ManagedObject.hpp:24
Method
InvokeMethodInternal
Coral.Native/Source/Coral/ManagedObject.cpp:60
Method
InvokeMethodRet
(IntPtr InObjectHandle, NativeString InMethodName, IntPtr InParameters, ManagedType* InParameterTypes, int InP
Coral.Managed/Source/ManagedObject.cs:365
Method
InvokeMethodRetInternal
Coral.Native/Source/Coral/ManagedObject.cpp:71
Method
InvokeStaticMethod
(int InType, NativeString InMethodName, IntPtr InParameters, ManagedType* InParameterTypes, int InParameterCou
Coral.Managed/Source/ManagedObject.cs:269
Method
InvokeStaticMethodInternal
Coral.Native/Source/Coral/Type.cpp:172
Method
InvokeStaticMethodRet
(int InType, NativeString InMethodName, IntPtr InParameters, ManagedType* InParameterTypes, int InParameterCou
Coral.Managed/Source/ManagedObject.cs:298
Method
InvokeStaticMethodRetInternal
Coral.Native/Source/Coral/Type.cpp:179
Method
IsDelegate
(this Type InType)
Coral.Managed/Source/ExtensionMethods.cs:7
Method
IsEmpty
Coral.Native/Include/Coral/Array.hpp:78
Method
IsSZArray
Coral.Native/Source/Coral/Type.cpp:142
Method
IsTypeAssignableFrom
(int InType0, int InType1)
Coral.Managed/Source/TypeInterface.cs:312
Method
IsTypeAssignableTo
(int InType0, int InType1)
Coral.Managed/Source/TypeInterface.cs:295
Method
IsTypeSZArray
(int InTypeID)
Coral.Managed/Source/TypeInterface.cs:329
Method
IsTypeSubclassOf
(int InType0, int InType1)
Coral.Managed/Source/TypeInterface.cs:278
Method
IsValid
Coral.Native/Include/Coral/ManagedObject.hpp:100
Method
Length
Coral.Native/Include/Coral/Array.hpp:83
Method
LoadAssemblyFromMemory
(int InContextId, byte* data, long dataLength)
Coral.Managed/Source/AssemblyLoader.cs:307
Method
LoadCoralFunctions
Coral.Native/Source/Coral/HostInstance.cpp:301
Method
LoadCoralManagedFunctionPtr
Coral.Native/Include/Coral/HostInstance.hpp:56
Method
LoadCoralManagedFunctionPtr
Coral.Native/Source/Coral/HostInstance.cpp:368
Function
LoadFunctionPtr
Coral.Native/Source/Coral/HostInstance.cpp:129
Method
LoadHostFXR
Coral.Native/Source/Coral/HostInstance.cpp:209
Method
LogMessage
(string InMessage, MessageLevel InLevel)
Coral.Managed/Source/ManagedHost.cs:25
Method
LongMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:104
Method
LongTest
(long InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:58
Method
ManagedObject
Coral.Native/Include/Coral/ManagedObject.hpp:15
Method
ManagedObject
Coral.Native/Source/Coral/ManagedObject.cpp:12
Method
Map
(T[] array)
Coral.Managed/Source/InteropTypes.cs:118
Method
MarshalArray
(IntPtr InArray, Type? InElementType)
Coral.Managed/Source/Marshalling.cs:114
Method
MemberMethod
(MyVec3 vec3)
Example/Example.Managed/Source/Main.cs:44
Method
MethodKey
(string InTypeName, string InName, ManagedType[] InTypes, int InParameterCount)
Coral.Managed/Source/ManagedObject.cs:47
Method
MoveNext
()
Coral.Managed/Source/InteropTypes.cs:20
Method
NativeArray
(int InLength)
Coral.Managed/Source/InteropTypes.cs:50
Method
NativeArrayEnumerator
(T[] elements)
Coral.Managed/Source/InteropTypes.cs:15
Method
NativeArrayToIntPtrArray
(IntPtr InNativeArray, int InLength)
Coral.Managed/Source/Marshalling.cs:264
Method
NativeInstance
(IntPtr handle)
Coral.Managed/Source/InteropTypes.cs:176
Function
NativeInstanceIcall
Tests/Testing.Native/Source/Main.cpp:91
Method
NativeStringOrNull
(NativeString? InString)
Coral.Managed/Source/ManagedObject.cs:98
Method
New
Coral.Native/Include/Coral/Array.hpp:10
Method
New
Coral.Native/Source/Coral/String.cpp:9
Method
OverloadTest
(int InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:108
Method
ReflectionType
(int InTypeID)
Coral.Managed/Source/InteropTypes.cs:273
Method
Reset
()
Coral.Managed/Source/InteropTypes.cs:26
Method
Run
()
Tests/Testing.Managed/Source/NuGetTest.cs:13
Method
Run
(NativeString InSolutionPath, Bool32 InBuildDebug, Bool32* OutBuildResult)
Coral.Managed/Source/MSBuildRunner.cs:15
Method
RunMSBuild
Coral.Native/Source/Coral/DotnetServices.cpp:7
Method
RunManagedTests
()
Tests/Testing.Managed/Source/Main.cs:246
Method
SByteMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:68
Method
SByteTest
(sbyte InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:22
Method
ScopedString
Coral.Native/Include/Coral/String.hpp:39
Method
SetFieldValue
Coral.Native/Include/Coral/ManagedObject.hpp:64
Method
SetFieldValue
(IntPtr InTarget, NativeString InFieldName, IntPtr InValue)
Coral.Managed/Source/ManagedObject.cs:403
Method
SetFieldValueRaw
Coral.Native/Source/Coral/ManagedObject.cpp:78
Method
SetInternalCalls
(int InAssemblyLoadContextId, IntPtr InInternalCalls, int InLength)
Coral.Managed/Source/InternalCalls.cs:21
Method
SetPropertyValue
Coral.Native/Include/Coral/ManagedObject.hpp:78
Method
SetPropertyValueRaw
Coral.Native/Source/Coral/ManagedObject.cpp:92
Method
ShortMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:80
Method
ShortTest
(short InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:34
Method
Shutdown
Coral.Native/Source/Coral/HostInstance.cpp:95
Method
SomeFunction
()
Tests/Testing.Managed/Source/MemberMethodTest.cs:126
Method
StableVector
Coral.Native/Include/Coral/StableVector.hpp:17
Method
StaticMethod
(float value)
Example/Example.Managed/Source/Main.cs:39
Method
StaticMethodTest
(float value)
Tests/Testing.Managed/Source/Main.cs:58
Method
StringDemo
()
Example/Example.Managed/Source/Main.cs:58
Method
StringMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:178
Method
StringMarshalTest2
()
Tests/Testing.Managed/Source/Main.cs:184
Method
StringTest
(string InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:94
Method
Stuff
()
Tests/Testing.Managed/Source/Main.cs:14
Method
TestClassAndStruct
()
Tests/Testing.Managed/Source/FieldMarshalTest.cs:63
Method
TestContainer
(string InName, int InTestIndex, Func<bool> InFunction)
Tests/Testing.Managed/Source/Main.cs:295
Method
TestMe
()
Tests/Testing.Managed/Source/VirtualMethodTests.cs:7
Method
TestMe
()
Tests/Testing.Managed/Source/VirtualMethodTests.cs:12
Method
TestMe
()
Tests/Testing.Managed/Source/VirtualMethodTests.cs:20
Method
Tests
()
Tests/Testing.Managed/Source/Main.cs:328
Method
ToReadOnlySpan
()
Coral.Managed/Source/InteropTypes.cs:96
Method
ToSpan
()
Coral.Managed/Source/InteropTypes.cs:91
Method
TryGetMethodInfo
(Type InType, string? InMethodName, ManagedType* InParameterTypes, int InParameterCount, BindingFlags InBindin
Coral.Managed/Source/ManagedObject.cs:225
Method
TypeMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:225
Method
TypeNameOrNull
(Type? InType)
Coral.Managed/Source/ManagedObject.cs:91
Method
TypeNotFoundException
()
Coral.Managed/Source/TypeNotFoundException.cs:7
Method
UIntMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:98
Method
UIntTest
(uint InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:52
Method
ULongMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:110
Method
ULongTest
(ulong InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:64
Method
UShortMarshalTest
()
Tests/Testing.Managed/Source/Main.cs:86
Method
UShortTest
(ushort InValue)
Tests/Testing.Managed/Source/MemberMethodTest.cs:40
Method
UnloadAssemblyLoadContext
(int InContextId)
Coral.Managed/Source/AssemblyLoader.cs:183
Method
Unmap
(ref NativeArray<T> array)
Coral.Managed/Source/InteropTypes.cs:124
Method
WaitForPendingFinalizers
Coral.Native/Source/Coral/GC.cpp:17
Method
WaitForPendingFinalizers
()
Coral.Managed/Source/GarbageCollector.cs:27
Method
cbegin
Coral.Native/Include/Coral/Array.hpp:95
Method
cend
Coral.Native/Include/Coral/Array.hpp:96
Function
main
Tests/Testing.Native/Source/Main.cpp:453
Function
main
Example/Example.Native/Source/Main.cpp:54
Method
operator!=
Coral.Native/Include/Coral/String.hpp:74
← previous
next →
201–300 of 309, ranked by callers