Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AssemblyBuilderAccess.RunAndSave #11128

Copy link
Copy link
Open
@stuyun

Description

@stuyun
Issue body actions

Type of issue

Typo

Description

AssemblyName myAssemblyName = new AssemblyName();
myAssemblyName.Name = "SampleAssembly";

    AssemblyBuilder myAssembly =
       Thread.GetDomain().DefineDynamicAssembly(myAssemblyName,
           AssemblyBuilderAccess.RunAndSave);

AssemblyBuilderAccess.RunAndSave?where?

Image

[在此处输入反馈]

Page URL

https://learn.microsoft.com/zh-cn/dotnet/api/system.reflection.emit.localbuilder?view=netstandard-2.1

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Reflection.Emit/LocalBuilder.xml

Document Version Independent Id

4af1d6a8-9055-61d5-513e-58579e90ff81

Platform Id

d1af80ff-95f0-70a0-62a0-826313c54861

Article author

@dotnet-bot

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.