[This is preliminary documentation and is subject to change.]

Main class of Subversion api. This class is responsible for loading the unmanaged api

Namespace:  SharpSvn.Implementation
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public class SvnBase : MarshalByRefObject
Visual Basic (Declaration)
Public Class SvnBase _
	Inherits MarshalByRefObject
Visual C++
public ref class SvnBase : public MarshalByRefObject

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also