AssemblyBuilder.GetFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a FileStream for the specified file in the file table of the manifest of this assembly.
public:
override System::IO::FileStream ^ GetFile(System::String ^ name);
public override System.IO.FileStream GetFile (string name);
override this.GetFile : string -> System.IO.FileStream
Public Overrides Function GetFile (name As String) As FileStream
Parameters
- name
- String
The name of the specified file.
Returns
A FileStream for the specified file, or null
, if the file is not found.
Exceptions
This method is not currently supported.
The caller does not have the required permission.
Remarks
name
should not include the path to the file.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.