Class vx_block_rule_t
Inheritance
vx_block_rule_t
Assembly: VivoxUnity.dll
Syntax
public class vx_block_rule_t : IDisposable
Constructors
vx_block_rule_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
block_mask
Declaration
public string block_mask { get; set; }
Property Value
presence_only
Declaration
public int presence_only { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_block_rule_t()
Declaration
protected ~vx_block_rule_t()
Implements