13 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
21 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
29 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
37 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
45 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
53 [PermissionSet(
SecurityAction.InheritanceDemand, Name =
"FullTrust")]
Represents the results of compilation that are returned from a compiler.
CompilerResults CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits)
Compiles an assembly based on the N:System.CodeDom trees contained in the specified array of T:System...
CompilerResults CompileAssemblyFromFile(CompilerParameters options, string fileName)
Compiles an assembly from the source code contained within the specified file, using the specified co...
CompilerResults CompileAssemblyFromFileBatch(CompilerParameters options, string[] fileNames)
Compiles an assembly from the source code contained within the specified files, using the specified c...
Represents the parameters used to invoke a compiler.
CompilerResults CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources)
Compiles an assembly from the specified array of strings containing source code, using the specified ...
SecurityAction
Specifies the security actions that can be performed using declarative security.
Defines an interface for invoking compilation of source code or a CodeDOM tree using a specific compi...
CompilerResults CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit compilationUnit)
Compiles an assembly from the N:System.CodeDom tree contained in the specified T:System....
Provides a container for a CodeDOM program graph.
CompilerResults CompileAssemblyFromSource(CompilerParameters options, string source)
Compiles an assembly from the specified string containing source code, using the specified compiler s...