Skip to content

Commit

Permalink
Add wrapper delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jun 29, 2024
1 parent c1f3ede commit 84dcd15
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 59 deletions.
2 changes: 2 additions & 0 deletions managed/Plugify/ManagedMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,7 @@ private static Type ConvertToBoxableType(Type t)
{
return t.IsPointer ? typeof(nint) : t;
}


}
}
2 changes: 1 addition & 1 deletion managed/Plugify/ManagedType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ internal static bool IsUseAnsi(object[] customAttributes)

return false;
}

internal static Type ConvertToUnrefType(Type paramType)
{
string? paramName = paramType.FullName;
Expand Down
Loading

0 comments on commit 84dcd15

Please sign in to comment.