Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix link to interop-pinvokes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jan 30, 2019
1 parent 2f6536e commit c5118d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/coding-guidelines/interop-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Using enums instead of partial, static classes can lead to needing lots of casts

### Definition

When defining the P/Invoke signatures and structs, the following guidelines should be followed. More details on P/Invoke behavior and these guidelines can be found here: [P/Invokes](interop-pinvokes)
When defining the P/Invoke signatures and structs, the following guidelines should be followed. More details on P/Invoke behavior and these guidelines can be found here: [P/Invokes](interop-pinvokes.md)

- Interop signatures / structs / constants should be defined using the same name / capitalization / etc. that's used in the corresponding native code.
- Avoid using `StringBuilder`, particularly as an output buffer to avoid over allocating.
Expand Down

0 comments on commit c5118d8

Please sign in to comment.