A Sandcastle Documented Class Library
NetscapeExtension Class
NamespacesGifComponentsNetscapeExtension
An application extension which controls the number of times an animation should be displayed. See http://www.let.rug.nl/~kleiweg/gif/netscape.html for format
Declaration Syntax
C#Visual BasicVisual C++
public class NetscapeExtension : ApplicationExtension
Public Class NetscapeExtension _
	Inherits ApplicationExtension
public ref class NetscapeExtension : public ApplicationExtension
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NetscapeExtension(Int32)
Constructor.

NetscapeExtension(ApplicationExtension)
Constructor.

ApplicationAuthenticationCode
Sequence of three bytes used to authenticate the Application Identifier. An Application program may use an algorithm to compute a binary code that uniquely identifies it as the application owning the Application Extension.
(Inherited from ApplicationExtension.)
ApplicationData
Data specific to the application declared by the ApplicationIdentifier
(Inherited from ApplicationExtension.)
ApplicationIdentifier
Sequence of eight printable ASCII characters used to identify the application owning the Application Extension.
(Inherited from ApplicationExtension.)
ComponentStatus
Gets the status of this component, consisting of its error state and any associated error message.
(Inherited from GifComponent.)
ConsolidatedState
Gets the combined error states of this component and all its child components.
(Inherited from GifComponent.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorMessage
Gets any error message associated with the component's error state.
(Inherited from GifComponent.)
ErrorState
Gets the member of the Gif.Components.ErrorState enumeration held within the ComponentStatus property.
(Inherited from GifComponent.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IdentificationBlock
Returns a data block which identifies the application defining this extension.
(Inherited from ApplicationExtension.)
LoopCount
Number of times to repeat the frames of the animation. 0 to repeat indefinitely.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetStatus(ErrorState, String)
Sets the ComponentStatus property of thie GifComponent.
(Inherited from GifComponent.)
TestState(ErrorState)
Tests whether the error state of this component or any of its member components contains the supplied member of the ErrorState enumeration.
(Inherited from GifComponent.)
ToString()()()
Gets a string representation of the error status of this component and its subcomponents.
(Inherited from GifComponent.)
WriteToStream(Stream)
Writes this component to the supplied output stream.
(Inherited from ApplicationExtension.)
Inheritance Hierarchy

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453