ApplicationManifest.XmlEntryPointPath Property

Definition

Gets or sets a property that specifies the entry point for executing the assembly and that is used to serialize the entry point to an XML file.

[System.ComponentModel.Browsable(false)]
public string XmlEntryPointPath { get; set; }
[System.ComponentModel.Browsable(false)]
public string XmlEntryPointPath { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

The entry point for executing the assembly.

Attributes

Applies to

See also