public sealed class GitHubRelease
Public NotInheritable Class GitHubRelease
Dim instance As GitHubRelease
public ref class GitHubRelease sealed
[<SealedAttribute>]
type GitHubRelease = class end
No code example is currently available or this language may not be supported.
GitHubRelease | Initializes a new instance of the GitHubRelease class. |
Assets | Gets the assets of this release. |
Author | Gets the author of this release. |
Body | Gets the body, in MarkDown format. |
DateCreated | Gets the creation datetime. |
DatePublished | Gets the published datetime. |
Id | Gets the GitHub's unique identifier for this release. |
IsDraft | Gets a value that determine whether this release is a draft. |
IsPreRelease | Gets a value that determine whether this release is a pre-release. |
Name | Gets the release name. |
Raw | Gets the raw Xml content of this GitHubRelease. |
TagName | Gets the release tag name. |
TargetCommitish | Gets the commition target. |
UriAssets | Gets an Uri that points to the assets page of this release. |
UriHtml | Gets an Uri that points to the release page for a web-browser. |
UriRelease | Gets an Uri that points to the release page. |
UriTarball | Gets an Uri that points to the tarball file of this release. |
UriZipball | Gets an Uri that points to the zipball file of this release. |
Version | Gets the release version. |
Equals |
(Overrides ObjectEquals(Object)) |
GetHashCode |
(Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns a String that represents this release.
(Overrides ObjectToString) |
Equality(GitHubRelease, GitHubRelease) | Implements the operator =. |
Inequality(GitHubRelease, GitHubRelease) | Implements the operator <>. |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |