This documentation is archived and is not being maintained.
LinkedResource Constructor
Visual Studio 2008
Initializes a new instance of LinkedResource.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LinkedResource(Stream) | Initializes a new instance of LinkedResource using the supplied Stream. |
|
LinkedResource(String) | Initializes a new instance of LinkedResource using the specified file name. |
|
LinkedResource(Stream, ContentType) | Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType. |
|
LinkedResource(Stream, String) | Initializes a new instance of LinkedResource with the specified Stream and media type. |
|
LinkedResource(String, ContentType) | Initializes a new instance of LinkedResource with the specified file name and content type. |
|
LinkedResource(String, String) | Initializes a new instance of LinkedResource with the specified file name and media type. |
Show: