Skip to content

Make System.DirectoryServices.AccountManagement use GeneratedDllImport - #61805

Merged
elinor-fung merged 6 commits into
dotnet:mainfrom
elinor-fung:convertSystemDirectoryServicesAccountManagement
Nov 22, 2021
Merged

Make System.DirectoryServices.AccountManagement use GeneratedDllImport#61805
elinor-fung merged 6 commits into
dotnet:mainfrom
elinor-fung:convertSystemDirectoryServicesAccountManagement

Conversation

@elinor-fung

@elinor-fungelinor-fung commented Nov 18, 2021

Copy link
Copy Markdown
Member
  • Re-use some existing p/invoke and struct definitions from Common/src/Interop
  • Move p/invoke definitions to Common/src/Interop
  • Switch to GeneratedDllImport

There's a bunch more that could likely be improved with the marshalling in this project, but I think anything like that should be a separate effort/change from the switch to GeneratedDllImport.

@AaronRobinsonMSFT@jkoritzinsky

@elinor-fung
elinor-fungforce-pushed the convertSystemDirectoryServicesAccountManagement branch from 4874e11 to 59d2a6aCompareNovember 19, 2021 19:56
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@elinor-fung@jkoritzinsky@AaronRobinsonMSFT